![]() |
This dialog allows you to specify the properties of the debugged application.
The full path to the .exe file launched for a debug session.
The working directory of the .exe file.
The debugged application's command line arguments (if there are any).
A directory where the OpenGL calls log files are saved.
Frame terminators are the functions that end your application render frame.
Using them enables you to view the log of a single render frame and not the entire calls log.
glFlush is usually chosen by single buffer applications.
wglSwapBuffers is usually chosen by double buffered applications.